From a6829da43be9a66bb9d2bcf3f8aa813e068c2b46 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 2 Dec 2016 01:26:54 +0000 Subject: [PATCH] powerpc: Fix missing CRCs, add yet more asm-prototypes.h declarations Add declarations for: - __mfdcr, __mtdcr (if CONFIG_PPC_DCR_NATIVE=y; through ) - switch_mmu_context (if CONFIG_PPC_BOOK3S_64=n; through ) - _mcount (if CONFIG_FUNCTION_TRACER=y; though ) Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/powerpc Gbp-Pq: Name powerpc-fix-missing-crcs-add-yet-more-asm-prototypes.patch --- arch/powerpc/include/asm/asm-prototypes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h index f6c5264287e..147cdd07e2f 100644 --- a/arch/powerpc/include/asm/asm-prototypes.h +++ b/arch/powerpc/include/asm/asm-prototypes.h @@ -17,6 +17,9 @@ #include #include #include +#include +#include +#include #include -- 2.30.2